home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / FLTK-1.0.6 / fluid / function_panel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-05  |  2.8 KB  |  83 lines

  1. // generated by Fast Light User Interface Designer (fluid) version 1.00
  2.  
  3. #ifndef function_panel_h
  4. #define function_panel_h
  5. #include <FL/Fl.H>
  6. #include <FL/Fl_Window.H>
  7. extern Fl_Window *function_panel;
  8. #include <FL/Fl_Light_Button.H>
  9. extern Fl_Light_Button *f_public_button;
  10. extern Fl_Light_Button *f_c_button;
  11. #include <FL/Fl_Input.H>
  12. extern Fl_Input *f_name_input;
  13. extern Fl_Input *f_return_type_input;
  14. #include <FL/Fl_Return_Button.H>
  15. extern Fl_Return_Button *f_panel_ok;
  16. #include <FL/Fl_Button.H>
  17. extern Fl_Button *f_panel_cancel;
  18. Fl_Window* make_function_panel();
  19. extern Fl_Window *function_panel;
  20. extern Fl_Light_Button *f_public_button;
  21. extern Fl_Light_Button *f_c_button;
  22. extern Fl_Input *f_name_input;
  23. extern Fl_Input *f_return_type_input;
  24. extern Fl_Return_Button *f_panel_ok;
  25. extern Fl_Button *f_panel_cancel;
  26. extern Fl_Window *code_panel;
  27. extern Fl_Input *code_input;
  28. extern Fl_Return_Button *code_panel_ok;
  29. extern Fl_Button *code_panel_cancel;
  30. Fl_Window* make_code_panel();
  31. extern Fl_Window *code_panel;
  32. extern Fl_Input *code_input;
  33. extern Fl_Return_Button *code_panel_ok;
  34. extern Fl_Button *code_panel_cancel;
  35. extern Fl_Window *codeblock_panel;
  36. extern Fl_Input *code_before_input;
  37. #include <FL/Fl_Box.H>
  38. extern Fl_Input *code_after_input;
  39. extern Fl_Return_Button *codeblock_panel_ok;
  40. extern Fl_Button *codeblock_panel_cancel;
  41. Fl_Window* make_codeblock_panel();
  42. extern Fl_Window *codeblock_panel;
  43. extern Fl_Input *code_before_input;
  44. extern Fl_Input *code_after_input;
  45. extern Fl_Return_Button *codeblock_panel_ok;
  46. extern Fl_Button *codeblock_panel_cancel;
  47. extern Fl_Window *declblock_panel;
  48. extern Fl_Input *decl_before_input;
  49. extern Fl_Input *decl_after_input;
  50. extern Fl_Return_Button *declblock_panel_ok;
  51. extern Fl_Button *declblock_panel_cancel;
  52. Fl_Window* make_declblock_panel();
  53. extern Fl_Window *declblock_panel;
  54. extern Fl_Input *decl_before_input;
  55. extern Fl_Input *decl_after_input;
  56. extern Fl_Return_Button *declblock_panel_ok;
  57. extern Fl_Button *declblock_panel_cancel;
  58. extern Fl_Window *decl_panel;
  59. extern Fl_Light_Button *decl_public_button;
  60. extern Fl_Input *decl_input;
  61. extern Fl_Return_Button *decl_panel_ok;
  62. extern Fl_Button *decl_panel_cancel;
  63. Fl_Window* make_decl_panel();
  64. extern Fl_Window *decl_panel;
  65. extern Fl_Light_Button *decl_public_button;
  66. extern Fl_Input *decl_input;
  67. extern Fl_Return_Button *decl_panel_ok;
  68. extern Fl_Button *decl_panel_cancel;
  69. extern Fl_Window *class_panel;
  70. extern Fl_Light_Button *c_public_button;
  71. extern Fl_Input *c_name_input;
  72. extern Fl_Input *c_subclass_input;
  73. extern Fl_Return_Button *c_panel_ok;
  74. extern Fl_Button *c_panel_cancel;
  75. Fl_Window* make_class_panel();
  76. extern Fl_Window *class_panel;
  77. extern Fl_Light_Button *c_public_button;
  78. extern Fl_Input *c_name_input;
  79. extern Fl_Input *c_subclass_input;
  80. extern Fl_Return_Button *c_panel_ok;
  81. extern Fl_Button *c_panel_cancel;
  82. #endif
  83.